func runtime/pprof.newProfileBuilder

5 uses

	runtime/pprof (current package)
		pprof.go#L429: 	b := newProfileBuilder(w)
		pprof.go#L496: 	b := newProfileBuilder(w)
		pprof.go#L860: 	b := newProfileBuilder(w)
		proto.go#L259: func newProfileBuilder(w io.Writer) *profileBuilder {
		protomem.go#L17: 	b := newProfileBuilder(w)